home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3srabez.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_SRABEZ_H = 1;
- include("real/raytr/r3surf.js")
-
-
- var R3CLID_SRATBEZIER = 494;
-
-
-
-
-
-
-
- R3SRBEZA_BilinearUV = 494509;
- function SetR3SRBEZA_BilinearUV(value) {
- R3Set(this.r3obj, R3SRBEZA_BilinearUV, value, R3TID_INTEGER, 0);
- }
-
- R3SRBEZA_MaxDisplacement = 494513;
- function SetR3SRBEZA_MaxDisplacement(value) {
- R3Set(this.r3obj, R3SRBEZA_MaxDisplacement, value, R3TID_FLOAT, 0);
- }
-
-
-
- function r3Sratbezier () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_SRATBEZIER, arguments);
- }
- // Methods
-
- // Attributes
- this.SetBilinearUV=SetR3SRBEZA_BilinearUV;
- this.SetMaxDisplacement=SetR3SRBEZA_MaxDisplacement;
- }
-
- r3Sratbezier.prototype=new r3Surface;
- // r3srabez.h_H